home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
20
/
9
/
DISK2092.ZIP
/
RBBS-LIT.ZIP
/
LIT
/
FOSSIL24.LIT
< prev
next >
Wrap
Text File
|
1990-01-13
|
875b
|
18 lines
*[FOSSIL24.LIT]***************************************************************
* Description: Removes FOSSIL support *
* RBBS-PC Level: CPC17.3 √ AM *
* Module Affected: RBBSSUB2.BAS *
* Selection Option: FOSSIL = OFF *
* Additional files: None *
******************************************************************************
5507 SUB Baud450 STATIC
IF ZBPS <> -1 THEN _
CALL QuickTPut1 ("Sorry, only 300 baud can change speed") : _
EXIT SUB
ZOutTxt$ = "Change to 450 baud (Y,[N])"
ZTurboKey = -ZTurboKeyUser
ZSubParm = 1
CALL TGet
IF ZSubParm = -1 OR NOT ZYes THEN _
EXIT SUB